home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3seltol.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SELECTTOOL_H = 1;
- include("real/windows/r3tool.js")
-
-
- var R3CLID_SELECTTOOL = 355;
-
-
-
-
- // Description: For handling MAPCHANGES. Activates desired select method, such as drag box or lasso.
- // Virtual method
-
- R3SELTOLM_SETSELECTMETHOD = 355000;
-
- function mR3SELTOLM_SETSELECTMETHOD() {
- DoA(this.r3obj, 355000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Register new object specific gadget for the toolbar. This gadget is shown when the
- // corresponding object is selected.
- // p1: Integer, class id of the primitive object
- // p2: Integer, class id of the gadget
- // p3: Tag[], tag list, for future expansion
-
- R3SELTOLCM_REGISTERPRIMTOOL = 355001;
-
- function mR3SELTOLCM_REGISTERPRIMTOOL(p1, p2, p3) {
- Do3(this.r3obj, 355001, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_TAG, R3TNF_ARRAY);
- }
-
-
-
-
-
-
- function r3Selecttool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELECTTOOL, arguments);
- }
- // Methods
- this.SETSELECTMETHOD=mR3SELTOLM_SETSELECTMETHOD;
- this.REGISTERPRIMTOOL=mR3SELTOLCM_REGISTERPRIMTOOL;
-
- // Attributes
- }
-
- r3Selecttool.prototype=new r3Tool;
- // r3seltol.h_H